Merge branch 'master' of https://xp-dev.com/git/RRRRHHHH_Code
[RRRRHHHH_Code] / ruralHouses client / src / domain / Owner.java
index 0c4fa4b..6bf0f97 100644 (file)
@@ -70,14 +70,6 @@ public class Owner implements Serializable {
                this.mailAccount = mailAccount;
        }
        
-       public Vector<Offer> getAllOffers (){
-               Vector<Offer> offers = new Vector<Offer>();
-               for(RuralHouse rh: this.ruralHouses){
-                       for(Offer of : rh.getAllOffers()){
-                       offers.add(of);
-                       }
-               }
-               return offers;
-       }
+       
 
 }
\ No newline at end of file